
@layer base {
  
  body, :host {
    /* Color */
      --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .eViLLi {
    align-items:center;
  background-size:20px 20px;;
  justify-content:center;
  background-color:#f0f0f0ff;
  }
      

      
        
      
      
  .IsHFE {
    gap:16px;
  flex:1;
  color:inherit;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  border-radius:16px;
  padding-right:32px;
  padding-bottom:32px;
  justify-content:start;
  background-color:inherit;
  }
      

      
        
      
      
  .dzHcAL {
    width:278px;
  box-shadow:1px 4px 16px 0px #00000044;
  border-radius:6px;
  }
      

      
        
      
      
  .brNizO {
    font-size:inherit;
  font-family:inherit;
  font-weight:800;
  margin-right:4px;
  }
      

      
        
      
      
  .eVgzwH {
    display:inline;
  font-size:inherit;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  
      

      
        
      
      
  .drA-DsK {
    max-width:100%;
  box-shadow:1px 4px 8px 0px #00000044 inset;
  overflow-x:auto;
  overflow-y:auto;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:32px;
  background-color:#edededff;
  }
      

      
        
      
      
  .ceTQbC {
    color:inherit;
  font-size:2rem;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .eOeAec {
    color:inherit;
  font-size:1.5rem;
  font-weight:700;
  }
      

      
        
      
      
  .bnlZxT {
    color:inherit;
  display:inline-block;
  font-size:1rem;
  }
      

      
        
      
      
  .fglPnk {
    gap:16px;
  flex:1;
  color:var(--text-color, hsl(-2.8000000000000114deg 60%  52.9%) );
  box-shadow:1px 4px 8px 0px #00000044;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  padding-right:32px;
  padding-bottom:32px;
  background-size:20px 20px;;
  justify-content:center;
  background-color:var(--grey-800);
  background-image:linear-gradient(45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(-45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--grey-700) 75%), linear-gradient(-45deg, transparent 75%, var(--grey-700) 75%);;
  background-position:0 0, 0 10px, 10px -10px, -10px 0px;;
  border-top-left-radius:16px;
  border-bottom-left-radius:16px;
  }
      

      
  .fglPnk::before {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  content:" ";
  position:absolute;
  background-color:var(--color, #d3f0b7);
  border-top-left-radius:16px;
  border-bottom-left-radius:16px;
  }
      


          @media (max-width: 800px) {
            
  .fglPnk {
    border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

          }
          

          @media (max-width: 800px) {
            
  .fglPnk::before {
    border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

          }
          
        
      
      
  .dWVJGj {
    top:0px;
  width:100%;
  position:sticky;
  }
      

      
        
      
      
  .eetuWU {
    color:inherit;
  display:inline-block;
  white-space:pre;
  }
      

      
        
      
      
  .fwTaju {
    color:#ffffffff;
  font-size:3rem;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .dLijmt {
    width:100%;
  min-width:220px;
  border-color:#242323;
  border-style:solid;
  border-width:1px;
  border-radius:6px;
  flex-direction:column;
  justify-content:start;
  background-color:#171717;
  }
      

      
        
      
      
  .cPSGoL {
    color:#737373ff;
  height:100%;
  outline:none;
  position:relative;
  font-size:0.75rem;
  align-items:center;
  font-weight:var(--font-weight-regular);
  border-radius:6px;
  justify-content:center;
  }
      

      
  .cPSGoL:hover {
    color:#a8a8a8ff;
  }
      


  .cPSGoL:focus-visible {
    outline-color:var(--blue-500, #3B82F6);
  outline-style:solid;
  outline-width:2px;
  }
      


  .cPSGoL:disabled {
    opacity:0.3;
  pointer-events:none;
  }
      

        
      
      
  .bHfiia {
    flex:0;
  width:fit-content;
  height:auto;
  display:flex;
  user-select:none;
  }
      

      
  .bHfiia.fill {
    width:100%;
  height:100%;
  }
      

        
      
      
  .cUHzed {
    top:-100%;
  left:0px;
  width:fit-content;
  opacity:0;
  padding:8px;
  z-index:100;
  position:absolute;
  flex-wrap:nowrap;
  margin-top:4px;
  overflow-x:visible;
  overflow-y:visible;
  transition:opacity 300ms ease-in-out 0ms;
  visibility:hidden;
  align-items:start;
  user-select:none;
  border-radius:6px;
  justify-content:start;
  background-color:var(--grey-600);
  }
      

      
  .cUHzed.showLeft {
    left:auto;
  right:0px;
  }
      


  .cUHzed.show {
    top:100%;
  opacity:1;
  transition:opacity 300ms ease-in-out 500ms;
  visibility:visible;
  }
      


  .cUHzed.top {
    top:auto;
  bottom:100%;
  margin-bottom:4px;
  }
      

        
      
      
  .dOkDgk {
    color:var(--grey-200);
  font-size:var(--font-size-xxs);
  user-select:none;
  white-space:nowrap;
  }
      

      
        
      
      
  .tcPMg {
    color:var(--grey-50);
  width:128px;
  height:32px;
  outline:none;
  font-size:var(--font-size-xs);
  align-items:center;
  font-weight:var(--font-weight-regular);
  border-radius:6px;
  justify-content:center;
  background-color:var(--blue-600);
  }
      

      
  .tcPMg:hover {
    background-color:var(--blue-500);
  }
      


  .tcPMg:focus-visible {
    border-color:var(--blue-200);
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .dTAnFc {
    flex:1;
  color:var(--grey-400);
  cursor:default;
  height:32px;
  display:flex;
  max-height:32px;
  padding-top:2px;
  align-items:center;
  line-height:var(--line-height-xs);
  user-select:none;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:row;
  vertical-align:middle;
  justify-content:start;
  }
      

      
  .dTAnFc:hover {
    color:var(--grey-200);
  background-color:var(--grey-700);
  background-color:var(--grey-600);
  }
      


  .dTAnFc.is-set {
    color:var(--grey-400);
  background-color:var(--grey-800);
  }
      


  .dTAnFc:focus {
    outline:none;
  border-color:var(--blue-600);
  border-style:solid;
  border-width:1px;
  }
      


  .dTAnFc:focus-within {
    outline-color:var(--blue-600);
  outline-style:solid;
  outline-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .eTHUHg {
    color:inherit;
  font-size:11px;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  white-space:nowrap;
  }
      

      
        
      
      
  .bXnkqp {
    flex:1;
  color:var(--grey-500);
  width:0px;
  height:32px;
  display:flex;
  font-size:var(--text-xs);
  max-width:1w1w;
  position:relative;
  font-size:13px;
  align-items:center;
  line-height:var(--line-height-xxs);
  margin-top:-2px;
  border-width:0px;
  font-weight:var(--font-weight-normal);
  padding-left:8px;
  border-radius:6px;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .bXnkqp.is-set {
    color:var(--grey-200);
  }
      


  .bXnkqp:focus-within {
    color:var(--grey-200);
  outline:none;
  }
      


  .bXnkqp:focus {
    outline:none;
  }
      

        
      
      
  
      

      
        
      
      
  .dEvnlM {
    flex:1;
  color:var(--grey-400);
  cursor:default;
  height:32px;
  display:flex;
  max-height:32px;
  padding-top:2px;
  align-items:center;
  line-height:var(--line-height-xs);
  user-select:none;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  flex-direction:row;
  vertical-align:middle;
  justify-content:start;
  }
      

      
  .dEvnlM:hover {
    color:var(--grey-200);
  background-color:var(--grey-700);
  background-color:var(--grey-600);
  }
      


  .dEvnlM.is-set {
    color:var(--grey-400);
  background-color:var(--grey-800);
  }
      

        
      
      
  
      

      
        
      
      
  .dUnfEh {
    color:inherit;
  font-size:11px;
  margin-top:1px;
  font-family:inherit;
  font-weight:var(--font-weight-regular);
  white-space:nowrap;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dHaRwp {
    width:100%;
  height:1rem;
  overflow-x:visible;
  }
      

      
        
      
      
  .foSKeO {
    top:50%;
  left:var(--picker-offset);
  width:1.25rem;
  height:1.25rem;
  position:absolute;
  transform:translate(-50%, -50%);
  box-shadow:0px 1px 3px 0 #00000055;
  border-color:var(--grey-50);
  border-style:solid;
  border-width:2px;
  border-radius:30px;
  }
      

      
  .foSKeO.animate {
    transition:left 300ms,background-color 300ms;
  }
      

        
      
      
  .bRhWFV {
    width:100%;
  height:100%;
  overflow-x:visible;
  background-size:20px 20px;;
  background-color:var(--grey-800);
  background-image:linear-gradient(45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(-45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--grey-700) 75%), linear-gradient(-45deg, transparent 75%, var(--grey-700) 75%);;
  background-position:0 0, 0 10px, 10px -10px, -10px 0px;;
  }
      

      
        
      
      
  .bKlZlD {
    top:-1000px;
  left:-1000px;
  right:-1000px;
  bottom:-1000px;
  z-index:100;
  position:absolute;
  }
      

      
        
      
      
  .eaksot {
    width:100%;
  height:100%;
  background-image:linear-gradient(to right, transparent, var(--hue-base-color));
  }
      

      
        
      
      
  
      

      
        
      
      
  .cCYXsI {
    width:100%;
  }
      

      
        
      
      
  .daZeBL {
    gap:8px;
  width:100%;
  opacity:0;
  transform:translate(var(--offset-left), 0);
  transition:transform 200ms linear, opacity 200ms linear;
  padding-top:8px;
  padding-bottom:8px;
  scroll-snap-align:start;;
  }
      

      
  .daZeBL.active {
    opacity:1;
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .eVGGlp {
    color:#757575ff;
  height:100%;
  outline:none;
  position:relative;
  font-size:0.75rem;
  align-items:center;
  font-weight:var(--font-weight-regular);
  border-radius:6px;
  justify-content:center;
  }
      

      
  .eVGGlp:hover {
    color:#a6a6a6ff;
  }
      


  .eVGGlp:focus-visible {
    outline-color:var(--blue-500, #3B82F6);
  outline-style:solid;
  outline-width:2px;
  }
      


  .eVGGlp:disabled {
    opacity:0.3;
  pointer-events:none;
  }
      

        
      
      
  .KgmDh {
    color:#d7e8feff;
  width:32px;
  height:32px;
  outline:none;
  font-size:0.75rem;
  align-items:center;
  font-weight:var(--font-weight-regular);
  border-radius:6px;
  justify-content:center;
  background-color:var(--grey-800, #262626);
  }
      

      
  .KgmDh:hover {
    background-color:var(--grey-600, #525252);
  }
      


  .KgmDh:focus-visible {
    border-color:#bedbfeff;
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  .bpvRSL {
    align-items:center;
  padding-top:2px;
  padding-left:2px;
  padding-right:2px;
  flex-direction:row;
  padding-bottom:2px;
  justify-content:start;
  }
      

      
        
      
      
  .eHaMlg {
    background-color:var(--hue-base-color);;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  }
      

      
        
      
      
  .cmNbbQ {
    width:100%;
  height:1rem;
  overflow-x:visible;
  align-items:start;
  justify-content:center;
  }
      

      
        
      
      
  .cViMGG {
    top:50%;
  left:var(--hue-picker-offset);
  width:1.25rem;
  height:1.25rem;
  z-index:10;
  position:absolute;
  translate:-50% -50%;
  box-shadow:0 1px 3px 0 #00000055;;
  border-color:var(--grey-50);
  border-style:solid;
  border-width:2px;
  border-radius:99px;
  background-color:var(--background-color);
  }
      

      
  .cViMGG.animate {
    transition:left 300ms,background-color 300ms;
  }
      

        
      
      
  .ehtzGS {
    width:100%;
  height:100%;
  overflow-x:visible;
  background-image:linear-gradient(to right, hsl(0, 100%, 50%) 0%, hsl(60, 100%, 50%) 16.67%,hsl(120, 100%, 50%) 33.33%, hsl(180, 100%, 50%) 50%,hsl(240, 100%, 50%) 66.67%, hsl(300, 100%, 50%) 83.33%,hsl(360, 100%, 50%) 100%);;
  }
      

      
        
      
      
  
      

      
        
      
      
  .fthnVt {
    flex:1;
  overflow-x:hidden;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  scrollbar-width:none;
  scroll-snap-type:x mandatory;;
  }
      
.fthnVt::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .eeXKsk {
    gap:8px;
  width:100%;
  align-items:center;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .ecekvj {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  position:absolute;
  background:linear-gradient( to right, hsl(var(--hue) 100% 50% / 0), hsl(var(--hue) 100% 50% / 1) );;
  mix-blend-mode:overlay;;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  }
      

      
        
      
      
  .fBprYm {
    top:var(--offset-y);
  left:var(--offset-x);
  width:1.25rem;
  height:1.25rem;
  z-index:10;
  position:absolute;
  translate:-50% -50%;
  box-shadow:0 1px 3px 0 #00000055;;
  border-color:var(--grey-50);
  border-style:solid;
  border-width:2px;
  border-radius:99px;
  background-color:var(--background-color);
  }
      

      
  .fBprYm.animate {
    transition:left 300ms,top 300ms,background-color 300ms;
  }
      

        
      
      
  .dNxSGY {
    top:0px;
  left:0px;
  width:100%;
  height:100%;
  position:absolute;
  background:linear-gradient(to top, rgb(0, 0, 0), rgb(255, 255, 255));;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  }
      

      
        
      
      
  .epyhrI {
    width:100%;
  aspect-ratio:16 / 9;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .GRVaQ {
    gap:8px;
  width:100%;
  height:100%;
  opacity:0;
  transform:translate(var(--offset-left), 0);
  transition:transform 200ms linear, opacity 200ms linear;
  align-items:center;
  padding-top:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  scroll-snap-align:start;;
  }
      

      
  .GRVaQ.active {
    opacity:1;
  }
      

        
      
      
  
      

      
        
      
      
  .dldhKx {
    color:var(--default-link-color, #2463ebff);
  display:inline;
  }
      

      
        
      
      
  .dxiLqW {
    gap:16px;
  top:0px;
  width:100%;
  content:" ";
  position:sticky;;
  box-shadow:1px 4px 8px 0px #00000044;
  min-height:100vh;
  align-items:center;
  background-size:20px 20px;;
  justify-content:center;
  background-color:var(--grey-800);
  background-image:linear-gradient(45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(-45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--grey-700) 75%), linear-gradient(-45deg, transparent 75%, var(--grey-700) 75%);;
  background-position:0 0, 0 10px, 10px -10px, -10px 0px;;
  }
      

      
  .dxiLqW::before {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  content:" ";
  position:absolute;
  background-color:var(--main-color, #549254f2);
  }
      

        
      
      
  .bUbeLq {
    color:var(--text-color, hsl(0deg 10%  87.8%) );
  margin-top:8px;
  }
      

      
        
      
      
  .eEjZBO {
    color:#666666ff;
  font-size:1rem;
  font-family:inherit;
  font-weight:700;
  }
      

      
        
      
      
  .buFCuG {
    color:#d7e8feff;
  right:8px;
  width:fit-content;
  bottom:8px;
  height:auto;
  outline:none;
  position:absolute;
  font-size:0.75rem;
  align-items:center;
  font-weight:var(--font-weight-regular);
  padding-top:4px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  padding-bottom:4px;
  justify-content:center;
  background-color:#2463ebff;
  }
      

      
  .buFCuG:hover {
    background-color:#3780f6ff;
  }
      


  .buFCuG:focus-visible {
    border-color:#bedbfeff;
  border-style:solid;
  border-width:1px;
  }
      


  .buFCuG:active {
    background-color:var(--blue-700, #1D4ED8);
  }
      

        
      
      
  .eCYgTg {
    color:inherit;
  display:inline-block;
  font-weight:300;
  }
      

      
        
      
      
  .eOfqeR {
    color:#1c1c1cff;
  display:flex;
  position:relative;
  font-size:3rem;
  font-weight:var(--font-weight-bold);
  flex-direction:column;
  }
      

      
        
      
      
  .fcHOYU {
    gap:32px;
  flex:1;
  color:var(--grey-800, #262626);
  width:800px;
  max-width:100%;
  box-shadow:1px 4px 8px 0px #00000044;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  border-radius:16px;
  padding-right:32px;
  padding-bottom:32px;
  background-color:#ffffffff;
  }
      

      
        
      
      
  .eheMYE {
    max-width:100%;
  box-shadow:1px 4px 8px 0px #00000044 inset;
  overflow-x:auto;
  overflow-y:auto;
  padding-top:8px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  padding-bottom:32px;
  background-color:#ebebebff;
  }
      

      
        
      
      
  .eNZzmF {
    width:300px;
  box-shadow:1px 4px 8px 0px #00000044;
  border-radius:8px;
  background-color:#424242ff;
  }
      

      
        
      
      
  .bEMdoS {
    gap:64px;
  }
      

      
        
      
      
  .UTybV {
    gap:16px;
  flex:1;
  color:var(--text-color, hsl(-137deg 60%  64.9%) );
  box-shadow:1px 4px 8px 0px #00000044;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  padding-right:32px;
  padding-bottom:32px;
  background-size:20px 20px;;
  justify-content:center;
  background-color:var(--grey-800);
  background-image:linear-gradient(45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(-45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--grey-700) 75%), linear-gradient(-45deg, transparent 75%, var(--grey-700) 75%);;
  background-position:0 0, 0 10px, 10px -10px, -10px 0px;;
  border-top-right-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
  .UTybV::before {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  content:" ";
  position:absolute;
  background-color:var(--color, #f7a6a6);
  border-top-right-radius:16px;
  border-bottom-right-radius:16px;
  }
      


          @media (max-width: 800px) {
            
  .UTybV {
    border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

          }
          

          @media (max-width: 800px) {
            
  .UTybV::before {
    border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

          }
          
        
      
      
  .cnoFga {
    width:100%;
  cursor:default;
  height:32px;
  min-width:150px;
  align-items:center;
  --var-opacity:0;
  border-radius:6px;
  flex-direction:row;
  justify-content:start;
  }
      

      
  .cnoFga:hover {
    --var-opacity:1;
  background-color:var(--grey-700);
  }
      


  .cnoFga:focus-within {
    --var-opacity:1;
  }
      

        
      
      
  .eQeRJu {
    top:var(--color-dialog-offset-top);
  left:var(--color-dialog-offset-left);
  width:var(--color-dialog-width);
  height:auto;
  display:flex;
  opacity:0;
  z-index:100;
  position:absolute;
  min-width:220px;
  transform:translate(-50%, 0);
  box-shadow:1px 4px 8px 0px #00000044;
  overflow-x:visible;
  overflow-y:visible;
  transition:opacity 500ms linear 0ms;
  flex-direction:column;
  background-color:var(--grey-700);
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .eQeRJu.above {
    transform:translate(-50%, -100%);
  margin-top:32px;
  }
      


  .eQeRJu.show {
    opacity:1;
  }
      

        
      
      
  .fisvkj {
    top:0px;
  left:0px;
  right:0px;
  width:0px;
  bottom:0px;
  display:none;
  opacity:1;
  position:fixed;
  overflow-x:visible;
  overflow-y:visible;
  transition:opacity 200ms linear 0ms;
  }
      

      
  .fisvkj.show {
    width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  }
      


  .fisvkj::backdrop {
    background-color:#00000000;
  }
      

        
      
      
  
      

      
        
      
      
  .dDLnrq {
    color:var(--grey-500, #737373);
  width:18px;
  bottom:0px;
  cursor:auto;
  height:18px;
  outline:none;
  font-size:13px;
  transition:transform 200ms linear,height 200ms linear;
  align-items:center;
  border-radius:4px;
  justify-content:center;
  background-color:var(--color-picker-selected-color, );
  }
      

      
  .dDLnrq:hover {
    transform:scale(1.2);
  }
      

        
      
      
  .eSEfvc {
    flex:1;
  color:#E5E5E5;
  width:0px;
  height:32px;
  font-size:0.75rem;
  padding-left:4px;
  border-radius:6px;
  padding-right:4px;
  }
      

      
  
      


  .eSEfvc.style-variable {
    color:var(--teal-500, #14B8A6);
  }
      


  .eSEfvc::placeholder {
    color:var(--grey-500, #737373);
  }
      

        
      
      
  .eQYjBd {
    width:fit-content;
  height:auto;
  align-items:center;
  margin-left:4px;
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  justify-content:center;
  }
      

      
  .eQYjBd.isSet {
    border-color:#000000;
  border-style:none;
  border-width:1px;
  }
      


  
      

        
      
      
  
      

      
        
      
      
  .chkTzl {
    width:800px;
  max-width:100%;
  border-radius:16px;
  flex-direction:row;
  }
      

      
          @media (max-width: 800px) {
            
  .chkTzl {
    align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
      
      
  .bJGsoy {
    color:inherit;
  font-size:1.5rem;
  margin-top:40px;
  font-weight:700;
  }
      

      
        
      
      
  .eVvtvH {
    gap:32px;
  flex:1;
  color:#262626ff;
  width:800px;
  max-width:100%;
  box-shadow:1px 4px 8px 0px #00000044;
  align-items:center;
  padding-top:32px;
  padding-left:32px;
  border-radius:16px;
  padding-right:32px;
  padding-bottom:32px;
  background-size:20px 20px;;
  justify-content:start;
  background-color:#ffffffff;
  }
      

      
        
      
      
  
      

      
        
      
      
  .cMDmwv {
    gap:32px;
  width:100%;
  align-items:start;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 800px) {
            
  .cMDmwv {
    align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
      
      
  .bIncXT {
    width:304px;
  height: ;
  box-shadow:1px 4px 8px 0px #00000044;
  border-radius:8px;
  }
      

      
        
      
      
  .eJywTy {
    gap:32px;
  width:100%;
  align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

      
          @media (max-width: 800px) {
            
  .eJywTy {
    align-items:center;
  flex-direction:column;
  justify-content:start;
  }
      

          }
          
        
      
      
  .bXKCFL {
    color:inherit;
  display:inline-block;
  }
      

      
        
      
      
  .bSPlJh {
    gap:16px;
  top:0px;
  width:100%;
  box-shadow:1px -4px 8px 0px #00000044;
  min-height:100vh;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  justify-content:center;
  background-color:#ebebebff;
  }
      

      
        
      
      
  .fajMIl {
    gap:32px;
  top:0px;
  color:#ffffff;
  width:100%;
  box-shadow:0px 0px 32px 8px #00000044;
  min-height:100vh;
  transition:background-color 5000ms linear 0ms;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  justify-content:center;
  background-color:var(--background-color, hsl(359,80%,80%,1));
  }
      

      
        
      
      
  .cWALQA {
    color:inherit;
  z-index:10;
  font-size:2rem;
  font-weight:var(--font-weight-semi-bold);
  }
      

      
        
      
      
  .dDPuXj {
    flex:1;
  align-items:start;
  padding-top:32px;
  padding-left:32px;
  padding-right:32px;
  padding-bottom:32px;
  justify-content:start;
  }
      

      
          @media (max-width: 770px) {
            
  .dDPuXj {
    padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .dTDeFP {
    gap:32px;
  top:0px;
  color:#ffffffff;
  width:100%;
  box-shadow:1px -4px 8px 0px #00000044;
  min-height:100vh;
  align-items:center;
  padding-top:16px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  justify-content:center;
  background-color:#f75588ff;
  }
      

      
        
      
      
  .bxYNlk {
    color:var(--text-color, hsl(0deg 84%  19%) );
  font-size:3rem;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .fqiCnq {
    width:50%;
  max-width:100%;
  border-top-right-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
          @media (max-width: 770px) {
            
  .fqiCnq {
    width:100%;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  }
      

          }
          
        
      
      
  .emWlpT {
    gap:32px;
  top:0px;
  color:var(--text-color, hsl(0deg 84%  19%) );
  width:100%;
  box-shadow:1px -4px 8px 0px #00000044;
  min-height:100vh;
  align-items:center;
  padding-top:64px;
  padding-left:64px;
  padding-right:64px;
  padding-bottom:64px;
  background-size:20px 20px;;
  justify-content:center;
  background-color:var(--grey-800);
  background-image:linear-gradient(45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(-45deg, var(--grey-700) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, var(--grey-700) 75%), linear-gradient(-45deg, transparent 75%, var(--grey-700) 75%);;
  background-position:0 0, 0 10px, 10px -10px, -10px 0px;;
  }
      

      
  .emWlpT::before {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  content:" ";
  position:absolute;
  background-color:var(--background-color, #6814a3);
  }
      

        
      
      
  
      

      
        
      
      
  .eHVRW {
    color:var(--text-color, hsl(0deg 10%  87.8%) );
  font-size:var(--font-size-5xl);
  font-family:var(--font-sans);
  letter-spacing:-0.06em;
  }
      

      
        
      
      
  .fCFOPJ {
    width:304px;
  height: ;
  box-shadow:1px 4px 8px 0px #00000044;
  padding-left:0px;
  border-radius:8px;
  padding-right:0px;
  background-color:#424242ff;
  }
      

      
        
      
      
  .fBclPu {
    color:#575757ff;
  width:800px;
  height:auto;
  max-width:100%;
  box-shadow:1px 4px 8px 0px #00000044;
  align-items:center;
  border-radius:16px;
  flex-direction:row;
  justify-content:start;
  background-color:#ffffffff;
  }
      

      
          @media (max-width: 770px) {
            
  .fBclPu {
    align-items:center;
  flex-direction:column-reverse;
  justify-content:start;
  }
      

          }
          
        
      
      
  .fythTy {
    width:300px;
  box-shadow:1px 4px 8px 0px #00000044;
  border-radius:8px;
  }
      

      
        
      
      
  .bMhjQ {
    color:inherit;
  font-size:3rem;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      